var net.confOnce

2 uses

	net (current package)
		conf.go#L74: 	confOnce sync.Once // guards init of confVal via initConfVal
		conf.go#L80: 	confOnce.Do(initConfVal)